Name :String length

Symbol :LEN

Illustrate:

    The length of the output input string.

Image:

Parameter:

Parameter Statement Type Description
IN Input STRING
Enter a string
OUT Output USINT
String length

Example:

LD:

ST:



Interpretation:

parameter operandvalue
INTagInEnter a value:’abcd’
OUTTagOutOutput value:4
    IN is used to input string data, and OUT is to output the length of IN.